body {
	font-family: verdana;
	font-size: 1.0em;
	color: #2F4F4F;
	background-image: url("DealerShipStats.png");
	overflow: scroll;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #000000;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #008000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

li a:hover:not(.active) {
    background-color: #000000;
}

a.active {
    background-color: #969696;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
p {
	font-family: tahoma;
	color: #2F4F4F;
	margin-left: 70px;
	margin-right: 160px;
	letter-spacing: 0.5px;
	line-height: 1.5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2F4F4F;
}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.4em;
}